home *** CD-ROM | disk | FTP | other *** search
- on jurassicScroll n
- set mem = the number of member "JurassicTxt1"
- set altura = 0
- repeat with i = 0 to 5
- set h = 16 * the lineCount of member (mem+i) - 224
- if n > altura + h + 224 or altura > n + 224 then
- set the visibility of sprite 21 + i to false
- else
- set the scrollTop of member (mem+i) to n - altura
- set the visibility of sprite 21 + i to true
- end if
- set altura = altura + h
- end repeat
-
- global gJurassicScroll
- set gJurassicScroll = n
- end
-
-